MoveStatChange

@Serializable
data class MoveStatChange(val change: Int, val stat: Handle.Named<Stat>)(source)

A stat change that can be caused by a move. See: https://pokeapi.co/docs/v2#movestatchange

Parameters

change

The amount of change.

stat

The stat being affected.

Constructors

Link copied to clipboard
constructor(change: Int, stat: Handle.Named<Stat>)

Properties

Link copied to clipboard
val change: Int
Link copied to clipboard